@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfontd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome、firefox */
	url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../helveticaneueltpro-thex.html');
	/* IE9*/
	src: url('../helveticaneueltpro-thex.html') format('embedded-opentype'), /* IE6-IE8 */
	url('helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
	url('helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'gotham-medium-webfont';
	src: url('../gotham-medium-webfont.html');
	/* IE9*/
	src: url('../gotham-medium-webfont.html') format('embedded-opentype'), /* IE6-IE8 */
	url('gotham-medium-webfont.woff') format('woff'), /* chrome、firefox */
	url('gotham-medium-webfont.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'myriadproregular';
	src: url('../myriadproregular.html');
	/* IE9*/
	src: url('../myriadproregular.html') format('embedded-opentype'), /* IE6-IE8 */
	url('myriadproregular.woff') format('woff'), /* chrome、firefox */
	url('myriadproregular.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #005a7a;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #005a7a
}

::-webkit-scrollbar-corner {
	background-color: #535353
}

::-webkit-scrollbar-resizer {
	background-color: #005a7a
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family: "microsoft yahei", arial;
	-webkit-font-smoothing: antialiased;
}

body img {
	border: none;
	max-width: 100%;
}

img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../bg.html);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 50px;
	float: left;
	width: 200px;
	background: url(logo.png) no-repeat;
	margin-top: 20px;
}

.header .logo.b {
	background: url(logo_b.png) no-repeat;
	height: 40px;
	margin: 15px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	position: relative;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: 60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a b {
	content: '';
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #252766;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	margin-top:90px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 550px;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 550px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	cursor: default;
	width: 14px;
}

.flex-control-paging li a.flex-active::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 3px;
	margin-top: 3px;
}


/*exnew*/

.news {
	padding: 0px 0;
}

.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
}

.tit_left {
	text-align: left;
	position: relative;
	height: 80px;
	background-image: url(news_tit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 99;
}

.tit_left h3,
.tit_left h4 {
	font-weight: normal;
	float: left;
	font-family: 'myriadproregular';
}

.tit_left h4 {
	color: #005a7a;
	text-transform: uppercase;
	font-size: 28px;
}

.tit_left h4 span {
	color: #333;
}

.tit_left h3 {
	color: #333333;
	font-size: 28px;
	padding-left: 6px;
	text-transform: uppercase;
}

.tit_right {
	position: relative;
	font-size: 18px;
	line-height: 30px;
}

.tit_right i {
	display: block;
	width: 40px;
	height: 5px;
	background: #252766;
	right: 0;
	bottom: 0;
	position: absolute;
}

.tit_right p {
	line-height: 25px;
	color: #5d5d5d;
	text-align: right;
	right: 0;
	bottom: 35px;
	position: absolute;
	font-size: 14px;
}

.exnews {
	width: 1220px;
	margin-left: -20px;
}

.exnews li {
	width: 285px;
	float: left;
	margin-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 310px;
	background: #fff;
}

.exnews li a {
	display: block;
	width: 100%;
	height: 100%;
}

.exnews li .news_img {
	width: 100%;
	height: 190px;
	position: relative;
	overflow: hidden;
}

.exnews li .news_img em {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 295px;
	height: 200px;
	border: 5px solid #eee;
	position: absolute;
	opacity: 0;
	top: -10px;
	left: -10px;
}

.exnews li:hover .news_img em {
	width: 275px;
	height: 195px;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.exnews li .news_boxs {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.exnews li:hover .news_boxs {
	transform: scale(1.1, 1.1);
}

.exnews li:hover {
	background: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.exnews li h3 {
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	padding: 0 15px;
}

.exnews li p {
	line-height: 21px;
	color: #7d7d7a;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news a.news_more {
	width: 130px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 40px auto;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #005a7a;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.news a.news_more:hover {
	color: #fff;
}

.news a.news_more:hover i {
	width: 100%;
}


/*新闻页面*/

.news_left {
	padding: 135px 35px 100px 35px;
	width: 292px;
	float: left;
	margin-left: 24px;
	background: #fff;
	position: relative;
	transition: all ease-out .3s;
	border: 1px solid #d5d5d5;
}

.news_right {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news ul li:hover .news_right img {
	transform: scale(1.1, 1.1);
}


/*foot*/

.foot {
	width: 100%;
	overflow: hidden;
	float: left;
}

.foot_m {
	width: 100%;
	padding: 45px 0;
	overflow: hidden;
	background: #202020;
}

.final {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #000;
	color: #fff;
}

.final_cnp {
	width: 1200px;
	margin: 0 auto;
	line-height: 45px;
	color: #999;
	text-align: left;
}

.foot_left {
	float: left;
	text-align: left;
	width: 380px;
}

.foot_left .foot_logo {
	background: url(bot_logo.png)no-repeat;
	background-size: 100%;
	width: 350px;
	height: 87px;
}

.foot_left p {
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	clear: both;
	color: #bcbcbc;
	padding: 20px 0 35px;
}

.foot_left .foot_link a {
	display: block;
	float: left;
	margin-right: 18px;
	color: #999;
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_left .foot_link a:hover,
.foot_left .foot_link a.on {
	color: #fff;
	text-decoration: underline;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_mid {
	float: left;
	width: 450px;
	margin: 45px 0 0 138px;
}

.foot_mid h3 {
	font-size: 25px;
	font-weight: normal;
	clear: both;
	line-height: 40px;
	color: #bcbcbc;
	margin-bottom: 20px;
}

.foot_mid h4 {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	text-transform: uppercase;
	font-family: arial;
	padding-bottom: 25px;
	color: #999;
}

.foot_mid p {
	line-height: 30px;
	color: #999;
	font-size: 14px;
}

.foot_mid b {
	display: inline-block;
	width: 20px;
}

.foot_right {
	float: right;
	width: 127px;
	margin-top: 50px;
}

.foot_right img {
	display: block;
	float: left;
}

.foot_right .scan {
	float: left;
	width: 100%;
	color: #999;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}

.web_f {
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}

.web_nav li:hover .down {
	visibility: inherit;
	display: block;
}

.web_nav li:hover .down a {
	display: block;
	padding: 10px;
	width: 180px;
	height: 45px;
	color: #fff;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: left;
}

.web_nav .down a:hover {
	background: #000;
}

.imgbox {
	float: left;
	width: 60px;
	height: 45px;
	overflow: hidden;
}

.imgbox img {
	width: 60px;
}

.imgtitle {
	float: left;
	width: 110px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}

.web_nav li .down {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	background-color: rgba(0, 162, 233, 0.8);
	z-index: 999;
	display: none;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*产品*/

.web_prolist {
	margin-left: -16px;
	width: 956px;
}

.web_prolist li {
	float: left;
	margin-left: 16px;
	width: 223px;
	margin-bottom: 16px;
	box-sizing: border-box;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li a {
	display: block;
	
	overflow: hidden;
	width: 100%;
	line-height: 0;
	padding-top:20px;
	text-align:center;
	background-color:#FFFFFF;
}

.web_prolist li span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 14px;
}


/*news*/


/*news*/

.newslist li {
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	position: relative;
}

.newslist li .bimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background: url(logo.png) no-repeat center;
	box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	overflow: hidden;
}

.news ul li .news_right .item_link_icon {
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
}

.news ul li .news_right .item_link_icon i {
	color: #eee;
	margin-top: 7px;
}

.fa {
	display: inline-block;
	font: normal normal normal 10px/1 iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.news ul li:hover .news_right .right_boxs {
	opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.8);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#ccc000000);
}

.news ul li .right_boxs {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.news ul li .news_right img {
	width: auto;
	transition: all ease-out .3s .1s;
	height: 140px;
}

.newslist li a {
	position: absolute;
	left: 325px;
	height: 35px;
	line-height: 35px;
	top: 3px;
	display: block;
	max-width: 600px;
	font-size: 18px;
	color: #000;
}

.news_show_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
}

.news_show_content,
.news_show {
	line-height: 30px;
	font-size: 13px;
	padding: 10px 0 80px 0;
	color: #666;
}

.news_show {
	padding: 30px 0;
	overflow: hidden;
}


/*分页*/

.curr {
	border: 1px solid #005a7a;
	color: #fff;
	background: #005a7a;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #333;
}

a.page:visited {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 65px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#exnew_prv {
	float: left;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
}

#exnew_prv:hover {
	opacity: 0.8;
}

#exnew_next:hover {
	opacity: 0.8;
}

#exnew_next {
	float: left;
	height: 32px;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv {
	float: left;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*about*/

.ex_ab {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc2a2966, endColorstr=#cc2a2966);
	background: rgba(42, 41, 102, .9);
	border-top: 0;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #eee;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: rgba(242, 242, 242, 0) none repeat scroll 0% 0%;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*contact*/

.en_final {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #202020;
	border-top: 1px solid #333;
	color: #999;
}


/*vi*/

.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}


/*honor*/

.honor_list {
	clear: both;
	padding: 0 0 40px 0;
}

.honor_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.honor_list ul {
	width: 950px;
	margin-left: -10px;
}

.honor_list ul li {
	float: left;
	margin-left: 10px;
	width: 227px;
	margin-bottom: 10px;
}

.honor_list ul li .honor_img {
	width: 225px;
	border: 1px solid #ccc;
	overflow: hidden;
	height: 165px;
}

.honor_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_list ul li img {
	width: 225px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list p {
	text-align: center;
	line-height: 30px;
	color: #666;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.honor_list ul li:hover p {
	color: #000;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.pro_tit {
	clear: both;
	float: left;
}

.pro_tit h3 {
	font-family: 'myriadproregular';
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	color: #505050;
	text-transform: uppercase;
}

.pro_tit h4 {
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	line-height: 50px;
}

.pro_tit i {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #005a7a;
}

.prolist_c {
	width: 840px;
	margin-left: -19px;
	float: right;
}

.prolist_c li {
	width: 261px;
	background: #fff center no-repeat;
	background-size: cover;
	float: left;
	margin: 20px 0 20px 19px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .type {
	display: block;
	position: relative;
	width: 100%;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
}

.prolist_c li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*新闻页面*/

.ex_news {
	text-align: left;
	padding: 30px 0 0 20px;
	margin-top: -140px;
	float: right;
	width: 940px;
}

.ex_event {
	text-align: left;
	padding: 30px 0 0 20px;
	margin-top: -140px;
	float: right;
	width: 940px;
}

.ex_news ul li {
	width: 100%;
	clear: both;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	position: relative;
	height: 210px;
	margin-top: 30px;
	cursor: pointer;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 350px;
	height: 210px;
	background: #fff url(logo.png) no-repeat center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 390px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 20px;
	left: 380px;
}

.ex_news ul li .ex_news_info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ex_news ul li .ex_news_img .news_img_bg {
	width: 350px;
	height: 210px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 0;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: helvetica;
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .ex_news_img .news_img_bg {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	text-align: left;
	padding: 30px 0 0 20px;
	margin-top: -140px;
	float: right;
	width: 940px;
}

.news_show_content ul li {
	float: left;
	width: 218px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 960px;
	height: auto;
	margin-left: -20px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	display: block;
	width: 100%;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	color: #999;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}


/*COCO*/

.left_menu .menu_tit {
	padding-bottom: 40px;
	width: 220px;
	position: relative;
	top: -80px;
	height: 70px;
	padding-top: 40px !important;
	border-radius: 3px 3px 0px 0px;
	background-image: url(../menu_bg.html);
}

.left_menu .menu_tit h3 {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 25px;
	padding-bottom: 8px;
	margin-top: 0px;
	width: 158px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}

.left_menu .menu_tit h3 i {
	letter-spacing: 1px;
	font-size: 15px;
	display: inline-block;
	padding-top: 0px;
	color: #EAEAEA;
	margin-top: 0px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left;
	font-family: helvetica;
	text-transform: uppercase;
	font-style: normal;
	vertical-align: bottom;
}

.left_menu ul {
	padding-top: 15px;
	margin-left: 0px;
	padding-bottom: 30px;
	width: 205px;
	float: left;
	padding-left: 15px;
	text-align: left;
	margin-top: -80px;
	background-color: #efefef;
	border-radius: 0px 0px 3px 3px;
}

.left_menu ul li {
	height: auto;
	position: relative;
	float: none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 43px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 15px;
	margin-right: 16px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.left_menu ul li a {
	border: 0px;
	background: none;
	color: #000;
	font-size: 14px;
	position: relative;
	padding: 0;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin-right: 4px;
}

.left_menu ul li a:before {
	content: '';
	width: 190px;
	background-color: #575755;
	height: 42px;
	background: transparent;
	left: -16px;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.left_menu ul li:hover {
	padding-left: 20px;
}

.left_menu ul li:hover {
	background-color: #000;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.left_menu ul li:hover a {
	color: #fff;
}

.left_menu ul li:last-child {
	border-bottom: none;
}

.package {
	text-align: left;
	padding: 40px 0 0 20px;
	margin-top: -140px;
	float: right;
	width: 940px;
}

.package .about_bg {
	width: 940px;
	height: 373px;
	background: url(about_bg.jpg);
}

.package .about_text {
	color: #444;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0 60px 0;
	position: relative;
	width: 100%;
}

.package .about_text h3 {
	line-height: 65px;
	color: #333;
	font-size: 26px;
	font-weight: normal;
}

.package .about_text h4 {
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-family: arial;
	padding-bottom: 20px;
	font-weight: normal;
}

.package .about_text p {
	display: block;
	line-height: 26px;
	font-size: 13px;
	color: #333;
}

.left_menu ul .on {
	padding-left: 20px;
}

.left_menu ul .on {
	background-color: #000;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.left_menu ul .on a {
	color: #fff;
}

.left_menu ul li:hover .menu_down {
	display: block;
}

.left_menu ul .on .menu_down {
	display: block;
}

.menu_down {
	display: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px 0 16px;
	font-size: 12px;
	width: 114px;
}

.menu_down a.pro_menu:hover {
	background-color: #005a7a;
	color: #fff !important;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.ck {
	background-color: #005a7a;
	color: #fff !important;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.left_menu ul li .menu_down {
	display: none;
	padding-bottom: 10px;
}

.certificate {
	width: 100%;
}

.certificate li {
	width: 100%;
	margin: 30px 0;
	padding: 20px;
	border-bottom: 1px solid #eee;
	background: #fff;
	overflow: hidden;
}

.certificate li .cer_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.certificate li .cer_img img {
	width: 205px;
	height: 125px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.certificate li .cer_info {
	float: left;
	padding: 0 40px;
	color: #666;
	width: 653px;
}

.certificate li .cer_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-bottom: 20px;
}

.certificate li .cer_info p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 63px;
	width: 100%;
	overflow: hidden;
}

.certificate li .cer_info a {
	color: #666;
	font-size: 12px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.certificate li:hover h3 {
	color: #000;
}

.certificate li:hover .cer_info a {
	color: #000;
	padding-left: 10px;
}

.certificate li:hover .cer_img img {
	transform: scale(1.05, 1.05);
}

.aut_top .aut_info {
	float: left;
	padding: 40px 0 0 0;
	color: #666;
	width: 100%;
}

.aut_top .aut_info h3 {
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 20px;
}

.aut_top .aut_info p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	;
	width: 100%;
	overflow: hidden;
}

.aut_top {
	overflow: hidden;
}

.service p {
	line-height: 25px;
	text-align: left;
	color: #666;
}

.service .service_bg {
	width: 880px;
	height: 375px;
	background: url(../service_bg.html) no-repeat;
}

.skill {
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}


/*contact*/

.ser_c {
	line-height: 32px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p {
	padding-bottom: 30px;
	color: #777;
}


/*saige*/

.ab_img2 {
	width: 940px;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.ab_img2 ul {
	width: 952px;
	margin-left: -12px;
	position: relative;
}

.ab_img2 ul li {
	width: 226px;
	margin-left: 12px;
	float: left;
	position: relative;
	overflow: hidden;
}

.ab_img2 .pro_next:hover {
	background-color: rgba(214, 1, 65, .8);
}

.ab_img2 .pro_prv:hover {
	background-color: rgba(214, 1, 65, .8);
}

.ab_img2 .pro_prv {
	width: 28px;
	height: 50px;
	left: 15px;
	top: 50%;
	background-image: url(ab_prv.png);
	position: absolute;
	cursor: pointer;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 .pro_next {
	width: 28px;
	margin-top: -25px;
	height: 50px;
	right: 15px;
	top: 50%;
	background-image: url(ab_next.png);
	background-size: cover;
	position: absolute;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.area {
	width: 100%;
	height: 108px;
	background-image: url(area_bg.png);
}

.area_bot {
	clear: both;
	width: 100%;
	height: 605px;
	background-image: url(../area-2.html);
	background-position: right;
	background-repeat: no-repeat;
}

.area_bot ul {
	float: left;
	width: 550px;
	padding-top: 150px;
	font-size: 15px;
	color: #999;
	line-height: 35px;
}

.area_bot ul li {
	width: 500px;
	padding-left: 50px;
	background-image: url(area.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-position-y: 8px;
	padding-bottom: 15px;
}

.history_tit {
	background: url(history.png) no-repeat;
	width: 100%;
	height: 273px;
	margin-bottom: 20px;
}

.history {
	width: 350px;
	float: left;
	margin: 40px 50px 40px 0
}

.history li h3 {
	font-family: helvetica;
	color: #03a1e9;
	font-size: 24px;
}

.history li p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0;
}

.con_top {
	width: 100%;
	background-image: url(contact_top.png);
	height: 108px;
}

.contact {
	width: 100%;
	height: 600px;
	background-image: url(../contact-2.html);
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}

.con_way {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.con_way li {
	float: left;
	text-align: center;
}

.con_way li i {
	display: block;
	width: 100%;
	height: 110px;
	background-image: url(contact_icon.png);
	background-repeat: no-repeat;
}

.con_way li h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #999;
	font-weight: normal;
	padding-bottom: 15px;
}

.con_way li p {
	font-size: 16px;
	color: #333;
	font-family: arial, "microsoft yahei";
}

.con_way .way_01 {
	width: 160px;
}

.con_way .way_01 i {
	background-position: 0px 10px;
}

.con_way .way_02 i {
	background-position: -180px 10px;
}

.con_way .way_03 i {
	background-position: -409px 10px;
}

.con_way .way_04 i {
	background-position: -671px 10px;
}

.con_way .way_02,
.con_way .way_03 {
	width: 250px;
}

.con_way .way_04 {
	width: 280px;
}

.man_tit {
	width: 100%;
	height: 108px;
	background-image: url(man_tit.png);
}
.video_tit {
	width: 100%;
	height: 108px;
	background-image: url(video_tit.png);
}


.idea_tit {
	width: 100%;
	height: 108px;
	background-image: url(idea_tit.png);
}

.spokesman {
	width: 100%;
	height: 700px;
	background-image: url(../spokesman-2.html);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.idea {
	width: 1000px;
	margin-left: -60px;
	overflow: hidden;
	padding-bottom: 40px;
}

.idea li {
	width: 440px;
	float: left;
	margin: 0px 0 0 60px;
	cursor: pointer;
	height: 390px;
}

.idea li .idea_img {
	overflow: hidden;
	width: 440px;
	height: 250px;
	margin-top: 25px;
}

.idea li .idea_img,
.idea li .idea_img img,
.idea li i {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.idea li:hover .idea_img {
	margin-top: 15px;
}

.idea li:hover img {
	transform: scale(1.1, 1.1);
}

.idea li:hover i {
	width: 100%;
}

.idea li h3 {
	line-height: 65px;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	font-family: helvetica, "microsoft yahei";
	text-transform: uppercase;
}

.idea li p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding-bottom: 20px;
}

.idea li i {
	display: block;
	width: 0px;
	height: 1px;
	background: #d5d5d5;
	clear: both;
}

.saige4s {
	background-image: url(../saige4s.html);
	height: 916px;
	width: 100%;
}

.design {
	background-image: url(../design.html);
	width: 100%;
	height: 570px;
}

.plan_desc h3 {
	color: #252766;
	font-size: 31px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: normal;
}

.plan_desc p {
	line-height: 35px;
	color: #000;
	font-size: 14px;
	padding-bottom: 40px;
}

.brand {
	background-image: url(brand.png);
	height: 480px;
	width: 100%;
	margin-bottom: 50px;
}

.service {
	width: 100%;
}

.skill_01 {
	background-image: url(skill01.jpg);
	height: 1827px;
	width: 100%;
}

.skill_02 {
	width: 100%;
	padding: 50px 0;
	background: #fff;
	overflow: hidden;
	clear: both;
}

.skill_02_img {
	width: 100%;
	background-image: url(skill02.jpg);
	height: 1491px;
}

.skill_04_img {
	width: 100%;
	background-image: url(skill04.jpg);
	height: 1388px;
}

.skill_03 {
	width: 100%;
	background-image: url(skill03.jpg);
	height: 1350px;
}

.packages {
	text-align: left;
	float: right;
	width: 940px;
}

.about_tit {
	background-image: url(about_tit.png);
	width: 100%;
	height: 108px;
}

.brand_tite {
	background-image: url(brand_tite.png);
	width: 100%;
	height: 108px;
}

.service_tit {
	background-image: url(service_tit.png);
	width: 100%;
	height: 108px;
}

.case_tit {
	background-image: url(case_tit.png);
	width: 100%;
	height: 108px;
}


.dealer_tit {
	background-image: url(dealer_tit.png);
	width: 100%;
	height: 108px;
}
.join_tit {
	background-image: url(join_tit.png);
	width: 100%;
	height: 108px;
}

.skill_tit {
	background-image: url(skill_tit.png);
	width: 100%;
	height: 108px;
}

.guarantee_tit {
	background-image: url(guarantee_tit.png);
	width: 100%;
	height: 108px;
}

.authentication_tit {
	background-image: url(authentication_tit.png);
	width: 100%;
	height: 108px;
}

.flow_tit {
	background-image: url(flow_tit.png);
	width: 100%;
	height: 108px;
}

.apply_tit {
	background-image: url(apply_tit.png);
	width: 100%;
	height: 108px;
}

.join {
	width: 1000px;
	margin-left: -60px;
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
}

.join li {
	width: 440px;
	margin-left: 60px;
	float: left;
}

.join img,
.join_sup img {
	display: block;
	float: left;
	margin-top: 10px;
}

.join .join_info {
	float: right;
	width: 365px;
}

.join_sup .sup_info {
	float: left;
	margin-left: 26px;
}

.join_sup .sup_info p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	height: 50px;
}

.join li h3,
.join_sup h3 {
	line-height: 45px;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.join li p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	height: 100px;
}

.join_table {
	clear: both;
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

.join_table table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	border-spacing: 0;
	border-color: #eee;
}

.join_table th {
	font-weight: normal;
	color: #fff;
}

.join_flow {
	width: 100%;
}

.first,
.another {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.first h3,
.another h3 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	padding-bottom: 35px;
}

.first ul {
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #eee;
	background: #fff;
}

.first ul li,
.another_ul ul li {
	width: 238px;
	border-left: 1px solid #eee;
	float: left;
	text-align: center;
	height: 363px;
}

.first ul li:first-child {
	border-left: none;
}

.first ul li img,
.another_ul ul li img {
	width: 100%;
	display: block;
}

.first ul li h4,
.another_ul ul li h4 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
}

.first ul li h5,
.another_ul ul li h5 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.first ul li p,
.another_ul ul li p {
	color: #282a6a;
	font-size: 14px;
	padding-bottom: 30px;
}

.another_ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.another_ul .big_img {
	float: left;
	width: 235px;
}

.another_ul ul {
	width: 705px;
	float: right;
}

.room li {
	float: left;
	background: #fff;
	margin-bottom: 40px;
	width: 100%;
}

.apply {
	clear: both;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}


/*head-drop*/

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	
	transition: all 0.5s;
}

header a.logo {
	padding-left: 18.5%;
	padding-top: 12px;
	width: 362px;
	float: left;
}

@media screen and (max-width: 1400px) {
	header a.logo {
		padding-left: 3.5%;
	}
}

header .main {
	padding: 0 18.5% 0 0;
}


@media screen and (max-width: 1400px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
}
@media screen and (max-width: 1600px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
}
@media screen and (max-width: 1700px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
}

header .search {
	position: relative;
	overflow: hidden;
	height: 30px;
}

header .search .in {
	position: relative;
	width: 34px;
	height: 30px;
	margin-left: 12px;
	background: url(../bg_btn01.html) no-repeat center;
	cursor: pointer;
}

header .search .in::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -1px;
	top: 10px;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
}

header .search a {
	display: inline-block;
	font: 12px/30px Arial;
	color: #fff;
}

header nav li {
	float: left;
}

header nav li:hover .head-bot {
	z-index: 2;
}

header nav li a {
	position: relative;
	display: inline-block;
	padding: 0 17px;
	font-size: 15px;
	line-height: 90px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

header nav li a.tit {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	font-size: 15px;
	line-height: 90px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
	header nav li a.tit {
		padding: 0 12px;
	}
}


@media screen and (max-width: 1280px) {
	header nav li:last-child a.tit {}
}

header.b {
	border-bottom-color: #f2f2f2;
	background: #fff!important;
}

header.b .in::before {
	background: #d2d2d2;
}

header.b .in {
	background-image: url(../bg_btn01b.html);
}

header.b a {
	color: #333;
}

header.b nav a.tit {
	position: relative;
	z-index: 2;
	color: #666;
	transition: all 0.5s;
}

header.b nav a.tit:hover {
	color: #005a7a;
}

header.c nav a.on {
	color: #005a7a !important;
}

header.c nav a.on::before,
header.c nav a.on::after {
	background: #005a7a!important;
}

header.c nav li a.on::before,
header.c nav li a.on.cur::before {
	left: 20%;
	width: 30%;
}

header.c nav li a.on::after,
header.c nav li a.tit.cur::after {
	right: 20%;
	width: 30%;
}

header.c nav a.tit {
	position: relative;
	z-index: 2;
	color: #666;
	transition: all 0.5s;
}

header.c nav a.tit:hover {
	color: #fff;background: #005a7a;
}

header.b nav a.tit::before,
header.b nav a.tit::after {
	background: #005a7a;
}

header.small {
	position: relative;
	padding: 0 3.5%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

header.small a.logo {
	padding-left: 0 !important;
}

header.small .main {
	padding-right: 0 !important;
}

header.small nav li:last-child a.tit {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

header.small nav li:last-child a.tit:hover::before,
header.small nav li:last-child a.tit.cur::before {
	left: 0;
	width: 0;
}

header.small nav li:last-child a.tit:hover::after,
header.small nav li:last-child a.tit.cur::after {
	right: 0;
	width: 50%;
}

.head-bot {
	width: 100%;
	position: absolute;
	background: #f6f6f6;
	left: 0px;
	top: 90px;
	display: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.head-left {
	float: left;
	width: 25%;
	padding: 3.2% 6.7% 0 17.2%;
	text-align: left;
}

.head-name {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 42px;
	color: #000;
}

.head-desc {
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e2;
}

.head-left > .head-bar {
	margin-top: 25px;
}

.head-left > .head-bar > a {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 10px;
	color: #333;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s;
}

.head-left > .head-bar > a:hover {
	color: #005a7a;
}

.head-left > .head-bar > a:before {
	float: left;
	content: '';
	display: inline-block;
	padding: 15px 3px;
	background: url(head_li.png) no-repeat center;
	margin-right: 5px;
}

.head-big-img {
	float: left;
	padding: 28px 8px 30px;
	width: 578px;
}

.head-big-img img {
	width: 100%;
	/*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);*/
}

.search-back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .66);
	display: none;
}

.head-search {
	width: 100%;
	position: absolute;
	background: url(../head_1.html) no-repeat center/cover;
	left: 0px;
	top: 98px;
	padding-bottom: 60px;
	padding-top: 50px;
	display: none;
}

.head-name1 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-family: cinzel;
	text-align: center;
}

.head-name1:before,
.head-name1:after {
	content: '1';
	color: transparent;
	background: url(../search_tips.html) no-repeat center/contain;
	display: inline-block;
	width: 21px;
	height: 20px;
}

.head-name2 {
	font-size: 36px;
	font-family: cinzel;
	text-align: center;
}

.head-input {
	width: 390px;
	margin: 0 auto;
	height: 42px;
}

.head-search-box {
	width: calc(75% - 5px);
	font-size: 20px;
	float: left;
	height: 42px;
	box-shadow: 0 0 10px #d6b17f;
	border: 1px solid #d6b17f;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	box-sizing: border-box;
}

.head-search-btn {
	width: 20%;
	float: left;
	height: 42px;
	color: #fff;
	background-color: #d6b17f;
	text-align: center;
	line-height: 42px;
	box-shadow: 0 0 10px #d6b17f;
	cursor: pointer;
}

.head-search-close {
	position: absolute;
	bottom: -27px;
	height: 27px;
	width: 124px;
	left: 50%;
	margin-left: -62px;
	background: url() no-repeat center/cover;
	cursor: pointer;
}

.arrow {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 18px;
	height: 10px;
	background: url() no-repeat center;
	margin-left: -9px;
	animation: down 1.5s linear infinite;
	opacity: 0;
	cursor: pointer;
}

.head-lefts {
	width: 1200px;
	margin: 0 auto;
}


/*my_app*/

.my_app {
	width: 100%;
	background-image: url(index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 774px;
}

.my_app .my_app_l {
	width: 829px;
}

.my_app .my_app_l .my_app_la {
	width: 100%;
	line-height: 26px;
	margin-bottom: 30px;
}

.my_app .more {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: url(i_arrow.png) no-repeat bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.my_app .more:hover {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: #005a7a url(i_arrow.png) no-repeat top;
	border: 1px solid #005a7a;
}

.my_app_l {
	float: left;
}

.my_app_lb {
	margin-top: 37px;
	height: 445px;
	float: left;
	position: relative;
	overflow: hidden;
}

.my_app_lb .list_tit {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 30px;
}

.my_app_lb .list_tit .tit_left h4,
.my_app_lb .list_tit .tit_left h3 {
	color: #fff;
}

.my_app_lb .tit_left {
	background-image: url(news_titb.png);
}

.my_app_lb:hover img {
	transform: scale(1.05, 1.05);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.my_app_lb img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.my_app_r {
	float: left;
	position: relative;
}
.my_app_r a{
	line-height: inherit;
}
.my_app_r .list_tit {
	margin-left: 70px;
}

.my_app_ra {
	margin-top: 29px;
	position: relative;
	overflow: hidden;
	height: 445px;
	width: 371px;
}

.my_app_rat {
	position: absolute;
	top: 205px;
	left: 150px;
	z-index: 88;
}

.my_app_rt {
	padding-left: 70px;
	line-height: 26px;
}

.my_app_ra:hover img {
	transform: scale(1.05, 1.05);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.my_app_ra img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*首页翻页*/

.i_list .tit_left,
.news .tit_left,
.product .tit_left {
	text-align: center;
}

.i_list .tit_left,
.news .tit_left,
.product .tit_left {
	background-position: center bottom;
}

.i_list .tit_left h3,
.i_list .tit_left h4,
.news .tit_left h3,
.news .tit_left h4,
.product .tit_left h3,
.product .tit_left h4 {
	display: initial;
	float: none;
}

.i_list .ab_img2 {
	width: 1200px;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.i_list .ab_img2 ul {
	width: 1200px;
	margin-left: -12px;
	position: relative;
	overflow: hidden;
}

.i_list .ab_img2 ul li {
	width: 389px;
	margin-left: 12px;
	float: left;
	position: relative;
	overflow: hidden;
}

.i_list .ab_img2 .pro_next:hover {
	background-color: rgba(214, 1, 65, .8);
}

.i_list .ab_img2 .pro_prv:hover {
	background-color: rgba(214, 1, 65, .8);
}

.i_list .ab_img2 .pro_prv {
	width: 28px;
	height: 50px;
	left: 15px;
	top: 50%;
	background-image: url(ab_prv.png);
	position: inherit;
	cursor: pointer;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_list .ab_img2 .pro_next {
	width: 28px;
	margin-top: -25px;
	height: 50px;
	right: 15px;
	top: 50%;
	background-image: url(ab_next.png);
	background-size: cover;
	position: inherit;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_list .project_img {
	width: 389px;
	height: 279px;
}

.i_list .project_info {
	position: absolute;
	top: 140%;
	margin-top: -65px;
	left: 50%;
	margin-left: -60px;
	transition: all 0.8s ease;
}

.i_list .project_info p {
	font-size: 12px;
	color: #fff;
	background: url(vr.png) no-repeat left center;
	padding-left: 28px;
}

.i_list .project_info img {
	padding-left: 10px;
}

.i_list .project_img .item_mask {
	display: block;
	background-color: rgba(180, 18, 39, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	border-radius: 4px;
	transition: all 0.36s ease;
}

.i_list .project_img img {
	transition: all 0.36s ease;
}

.i_list .ab_img2 ul li:hover .project_img img {
	transition: all 0.36s ease;
	transform: scale(1.08);
}

.i_list .ab_img2 ul li:hover .project_img .item_mask {
	transition: all 0.6s ease;
	top: 0;
}

.i_list .ab_img2 ul li:hover .project_info {
	top: 50%;
	transition: all 0.8s ease;
}

.i_list .ab_img2 ul li:hover .project_img:after {
	transform: scale(1);
	opacity: 1;
}

.project_img:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, .8);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	transform: scale(1.20);
	transition: all .3s ease-out 0s;
	opacity: 0;
}

.ab_imglr {
	width: 76px;
	margin: 0 auto;
	height: 25px;
	padding-top: 38px;
}

.i_list .ab_img2 .pro_prv,
.i_list .ab_img2 .pro_next {
	width: 38px;
	height: 25px;
	cursor: pointer;
	background-color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_list .ab_img2 .pro_prv {
	width: 38px;
	height: 25px;
	background: url(ad_np.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: left;
}

.i_list .ab_img2 .pro_next {
	width: 38px;
	height: 25px;
	background: url(ad_npr.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: right;
}

.product {
	background: #f3f3f3;
}

.product_list {
	float: left;
	padding-bottom: 40px;
}

.product_list li {
	float: left;
	position: relative;
	overflow: hidden;
}

.product_list .solid {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid rgba(180, 18, 39, 1);
	width: calc(100% - 20px);
	height: calc(100% - 24px);
	transform: scale(1.20);
	transition: all .3s ease-out 0s;
	opacity: 0;
	z-index: 99;
}

.product_list ul li:hover .solid {
	transform: scale(1);
	opacity: 1;
}

.product_list ul li:hover .pro_tit {
	opacity: 0;
	transition: all .6s ease-out 0s;
}

.product_list .pro_tit {
	position: absolute;
	background: #fff;
	bottom: 0;
	width: 100%;
	transition: all .3s ease-out 0s;
}

.product_list .project_info {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-top: -52px;
	text-align: center;
	z-index: 99;
	opacity: 0;
	transition: all .6s ease-out 0s;
}

.product_list ul li:hover .project_info {
	opacity: 1;
	top: 50%;
	transition: all .6s ease-out 0s;
}

.product_list .project_info h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

.product_list .project_info p {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'myriadproregular';
	opacity: .8;
}

.product_list ul li:hover .item_mask {
	transition: all 0.6s ease;
	top: 0;
}

.product_list .item_mask {
	display: block;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	border-radius: 4px;
	transition: all 0.6s ease;
}

.product_list .pro_tit h4 {
	font-size: 16px;
	font-weight: normal;
	color: #585858;
	text-align: center;
	line-height: 50px;
}

.wrap_pro0,
.wrap_pro1,
.wrap_pro3 {
	margin-right: 14px;
}

.wrap_pro1,
.wrap_pro2 {
	margin-bottom: 14px;
}

.product_list .pro_img img {
	transition: all 0.36s ease;
}

.product_list li:hover .pro_img img {
	transition: all 0.36s ease;
	transform: scale(1.08);
}

.product a.news_more {
	width: 130px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 40px auto;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	z-index: 3;
}

.product a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #005a7a;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.product a.news_more:hover {
	color: #fff;
	z-index: 3;
}

.product a.news_more:hover i {
	width: 100%;
}


/*悬浮窗*/

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #005a7a;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 70px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.bgf3 {
	background: #f3f3f3;
}

.left_menut {
	background: #fff;
	float: left;
	height: 164px;
	width: 1180px;
	margin-top: -50px;
	margin-bottom: 40px;
	position: relative;
	padding: 10px;
}

.left_menut:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #005a7a;
	width: 1180px;
	height: 164px;
	transition: all .3s ease-out 0s;
}

.left_menuti {
	width: 108px;
	height: 108px;
	float: left;
	margin: 28px;
}

.left_menutc {
	width: 860px;
	height: 108px;
	float: left;
	margin-top: 40px;
}

.left_menutc h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}

.left_menutc p {
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 24px;
}

.room_titel {
	float: left;
	width: 496px;
}

.room_tite {
	float: left;
	padding: 40px;
}

.room_titel h2 {
	font-weight: normal;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
	color: #333;
}

.room_titel h2:after {
	content: '';
	background: #005a7a;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.room_titel p {
	font-weight: normal;
	font-size: 13px;
	color: #818181;
	margin-top: 20px;
	line-height: 22px;
}

.room_titel span {
	font-family: 'Helvetica';
	padding-left: 10px;
	font-size: 22px;
	text-transform: uppercase;
}

.room_list0 .room_titer {
	float: right;
	padding-top: 10px;
}

.room_list0 .room_tite {
	float: left;
	width: 1120px;
}

.room_list0 .room_titel {
	width: 800px;
}

.room_titer {
	padding-top: 40px;
	overflow: hidden;
	width: 95px;
	height: 95px;
}

.room_list1 .room_tite,
.room_list3 .room_tite {
	float: right;
}

.room_list1,
.room_list2,
.room_list3,
.room_list4 {
	height: 362px;
}

.next-page {
	position: absolute;
	margin-left: -35px;
	left: 50%;
	bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 99;
	overflow: hidden;
}

.next-page span {
	font-size: 30px;
	animation: nextPage 1.5s linear infinite;
	-webkit-animation: nextPage 1.5s linear infinite;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-down:before {
	content: '';
	background: url(down_arrow.png) no-repeat center;
	background-size: 34px;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}

@keyframes nextPage {
	0% {
		top: -55px
	}
	100% {
		top: 30px;
	}
}

.room_menu {
	position: relative;
	float: left;
}

.menu_tite:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #005a7a;
	width: 214px;
	height: calc(100% - 20px);
	transition: all .3s ease-out 0s;
}

.room_menu .menu_tite {
	padding-bottom: 22px;
	width: 236px;
	position: relative;
	top: -80px;
	padding-top: 30px !important;
	background: #fff;
	overflow: hidden;
	float: left;
}

.room_menu .menu_tite h3 {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 14px;
	margin-top: 0px;
	width: 174px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #333;
	float: left;
	overflow: hidden;
	position: relative;
}

.room_menu .menu_tite p {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0px;
	width: 174px;
	float: left;
	margin-bottom: 4px;
	color: #878787;
	overflow: hidden;
	text-transform: uppercase;
	font-family: "微软雅黑", 'myriadproregular';
}

.room_menu .menu_tite span {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	float: left;
	width: 174px;
	margin-bottom: 18px;
	color: #929292;
	float: left;
}

.room_menu .menu_tite h3 i {
	background: #005a7a;
	width: 23px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.menu_f {
	width: 236px;
	height: 41px;
	color: #fff;
	text-align: center;
	position: relative;
	background: url(menu_fbg.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	bottom: 38px;
}

.menu_f .details {
	color: #fff;
	transition: all 0.5s;
	position: relative;
	text-indent: 0px;
	line-height: 41px;
	display: block;
}

.menu_f .details:hover {
	color: #fff;
	text-indent: -25px;
	transition: all 0.5s;
}

.menu_f .details:hover b {
	opacity: 1;
	transition: all 0.5s;
	left: 156px;
}

.menu_f .details b {
	width: 14px;
	height: 8px;
	background: url(arrow_r.png) no-repeat;
	position: absolute;
	left: 146px;
	top: 18px;
	opacity: 0;
	transition: all 0.5s;
}

.room_menu ul {
	margin-left: 30px;
	width: 190px;
	float: left;
	z-index: 9;
	position: relative;
	text-align: left;
}

.room_menu ul li {
	height: auto;
	position: relative;
	float: none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 15px;
	margin-right: 16px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li a {
	border: 0px;
	background: none;
	color: #666;
	font-size: 14px;
	position: relative;
	padding: 0;
	line-height: 40px;
	height: 40px;
	transition: 0.3s;
	transform-origin: bottom;
	margin-right: 4px;
	margin-bottom: 5px;
}

.room_menu ul li a:before {
	content: '';
	width: 190px;
	background-color: #005a7a;
	height: 42px;
	background: transparent;
	left: -16px;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover {
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover a {
	color: #333;
}

.room_menu ul li:last-child {
	border-bottom: none;
}

.room_menu ul .on {
	padding-left: 20px;
}

.room_menu ul .on {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on a {
	color: #333;
	margin-bottom: 4px;
}

.room_menu ul li:hover .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.data {
	overflow: hidden;
	margin: 30px 0;
}

.data .member {
	width: 170px;
	margin-right: 80px;
	background: url(dataline.jpg) no-repeat right center;
}

.data .work {
	width: 224px;
	margin-right: 80px;
	background: url(dataline.jpg) no-repeat right center;
}

.data .num {
	font-size: 48px;
	color: #bb0327;
	line-height: 1;
}

.data .sm {
	padding-left: 25px;
}

.data .num i {
	font-style: normal;
	font-family: 'myriadproregular';
}

.data .num span {
	font-size: 16px;
	margin-left: 5px;
}

.area_list {
	width: 994px;
	margin-left: -54px;
}

.area_list li {
	float: left;
	background: #;
	margin-left: 54px;
	margin-bottom: 30px;
}

.area_list .area_listb h2 {
	font-weight: normal;
	padding-left: 14px;
	font-size: 20px;
	padding-top: 14px;
}

.area_list .area_listb p {
	padding-left: 14px;
	padding-top: 10px;
	color: #666;
}

.area_lista {
	width: 443px;
	height: 270px;
	overflow: hidden;
}

.area_list li:hover .area_lista img {
	transform: scale(1.05, 1.05);
}

.history_list li {
	float: left;
	width: 940px;
	height: 226px;
	background: url(history2.png) no-repeat;
}

.history_listi {
	width: 218px;
	margin: 0 auto;
}

.history_l {
	float: left;
	width: 460px;
}

.history_r {
	float: left;
	margin-left: 50px;
}

.history_time {
	font-size: 26px;
	color: #005a7a;
	font-family: 'myriadproregular', 'microsoft yahei';
	margin-top: -26px;
	margin-left: 20px;
}

.history_c {
	margin-top: 40px;
	margin-left: 60px;
}

.history_c .history_ca {
	width: 78px;
	float: left;
}

.history_c .history_cb {
	width: 216px;
	padding-left: 26px;
	float: left;
}

.history_c .history_cb h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}

.history_c .history_cb p {
	font-weight: normal;
	color: #666;
	line-height: 24px;
	font-size: 13px;
}

.history_list {
	margin-bottom: 60px;
	overflow: hidden;
}

.case_list {
	width: 940px;
	margin-left: -28px;
}

.case_list li {
	float: left;
	width: 285px;
	margin-left: 28px;
	margin-bottom: 16px;
}

.case_list li .case_img {
	width: 285px;
	height: 245px;
	overflow: hidden;
}

.case_list li:hover img {
	transform: scale(1.05, 1.05);
}

.case_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}


/*加盟流程*/

.stepli ul li {
	height: 210px;
	overflow: hidden;
}

.stepli ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3%;
	position: relative;
	z-index: 1;
}

.stepli ul li:nth-child(3n) {
	margin-right: 0;
}

.stepli ul li em {
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 4%;
	top: 6%;
	z-index: -1;
}

.stepli ul li h2 {
	font-size: 24px;
	color: #005a7a;
	line-height: 1;
	margin-bottom: 2%;
	font-weight: normal;
}

.stepli ul li h2 b {
	font-size: 72px;
	line-height: 1;
	color: #005a7a;
	vertical-align: sub;
	font-family: "CENTURYGOTHIC-BOLD";
	margin-right: 5%;
}

.stepli ul li p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.container input {
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 0 18px !important;
}

.container input:hover,
.container textarea:hover {
	border: 1px solid #b5b5b5 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container input:focus,
.container textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #005a7a !important;
	background-color: #fff;
	outline: 0
}

.formitem > .container input[type="text"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > .container input[type="password"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 2px;
}

.formitem > .container textarea {
	width: 820px;
	height: 80px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 18px;
	resize: none;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #026fcc;
	color: #fff;
	font-family: "microsoft yahei", arial;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 2px;
	transition: all 0.5s;
}

.formitem > input[type="submit"]:hover {
	background: #005a7a;
	transition: all 0.5s;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: #44b549;
}

.Validform_wrong {
	color: #026fcc;
}


/*加盟流程end*/

.jxs {
	width: 100%;
	height: 900px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jxs .jxs_main {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative;
}

.bgwhite {
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	width: 366px;
	height: 360px;
	margin-top: -210px;
	background-color: #fff;
	padding: 40px 50px;
	box-sizing: border-box;
}

.bgwhite h2 {
	padding-bottom: 20px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#wandou-dialog-pc > .btn > a.primary:hover {
	background: #575755 !important;
	color: #fff;
}

.apply_box {
	background: #f8f8f8;
	overflow: hidden;
	padding-left: 60px
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 540px;
}

.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(subnav.png);
}

.area_top p {
	margin-top: 20px;
	line-height: 24px;
}

.area_top {
	margin-bottom: 40px;
}


/*服务*/

.service p,
.join_text p {
	color: #787878;
	line-height: 28px;
}

.service h2 {
	padding-bottom: 20px;
	font-weight: normal;
}

.service .service_info {
	padding: 50px 50px;
	width: 840px;
	background: #787878;
	color: #fff;
	position: relative;
	margin: 50px 0;
	min-height: 139px;
}

.service .service_info em {
	display: block;
	background: url(service_icon.png);
	width: 87px;
	height: 19px;
	position: absolute;
	left: 60px;
	bottom: -19px;
	transition: all .3s ease-out 0s
}

.service .service_info h3 {
	font-size: 18px;
	padding-bottom: 25px;
}

.service .service_info p {
	color: #fff;
}

.service ul {
	width: 964px;
	margin-left: -24px;
}

.service ul li {
	background-color: #005a7a;
	color: #fff;
	border-radius: 10px;
	width: 217px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-bottom: 40px;
	margin-left: 24px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(service_font.png);
	text-align: center;
	text-indent: 1em;
	font-size: 18px;
}

.service ul li:hover,
.service ul .on {
	background-color: #005a7a;
}

#service_01 {
	background-position: 16px 5px;
}

#service_02 {
	background-position: 16px -243px;
}

#service_03 {
	background-position: 16px -78px;
}

#service_04 {
	background-position: 16px -161px;
}

.service .bot_phone {
	border-top: 1px solid #d5d5d5;
	line-height: 80px;
	overflow: hidden;
	margin-top: 40px;
	font-size: 14px;
	color: #787878;
}

.service .bot_phone b {
	display: inline-block;
	font-family: arial;
	font-size: 32px;
	color: #005a7a;
}


/*服务*/

.man_c {
	margin-bottom: 40px;
}

.man_c p {
	padding-bottom: 60px;
	line-height: 26px;
	padding-right: 50px;
	font-size: 14px;
}

.man_c li {
	padding-bottom: 30px;
	float: left;
	margin-right: 100px;
}

.man_c li p {
	padding-bottom: 5px;
	padding-right: 0px;
	color: #666;
}

.man_c li h2 {
	padding-bottom: 14px;
	font-weight: normal;
	font-size: 18px;
}



/*视频*/

.video_list {
	width: 1216px;
	margin-left: -16px;
}

.school_list {
	width: 1224px;
	margin-left: -24px;
}

.school_list li {
	float: left;
	width: 384px;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
}

.school_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}

.video_list li {
	float: left;
	width: 388px;
	margin-left: 16px;
	margin-bottom: 16px;
	position: relative;
}

.video_list li span {
	display: block;
	text-align: center;
	color: #333;
	line-height: 40px;
	background: #f3f3f3;
	position: relative;
	z-index: 99;
}

.video_list li .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.video_list li:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.video_list li b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(syvi.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.video_list li .ex_news_img {
	width: 388px;
	height: 245px;
	overflow: hidden;
}

.video_list li .img_box {
	width: 388px;
	height: 245px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.school_list li .ex_news_img {
	width: 384px;
	height: 250px;
	overflow: hidden;
}

.school_list li .img_box {
	width: 384px;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img,
.school_list li,
.school_list li .img_box,
.school_list li .ex_news_img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li:hover .img_box,
.school_list li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.school_list li:hover span {
	color: #2076ac;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(../i_closed.html);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}

/*视频*/

.prolist_cimg{ height: 250px; overflow: hidden;}
